object hexconverterform: Thexconverterform Left = 445 Top = 374 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Hex Converter' ClientHeight = 136 ClientWidth = 385 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter Scaled = False OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 120 TextHeight = 16 object Label1: TLabel Left = 24 Top = 24 Width = 50 Height = 16 Caption = 'Decimal' end object Label2: TLabel Left = 208 Top = 24 Width = 80 Height = 16 Caption = 'Hexadecimal' end object decedit: TEdit Left = 24 Top = 40 Width = 161 Height = 24 TabOrder = 0 Text = '0' OnChange = deceditChange end object hexedit: TEdit Left = 208 Top = 40 Width = 153 Height = 24 TabOrder = 1 Text = '0' OnChange = hexeditChange end object closebutton: TButton Left = 264 Top = 96 Width = 97 Height = 25 Caption = '&Close' Default = True TabOrder = 2 OnClick = closebuttonClick end object helpbutton: TButton Left = 24 Top = 96 Width = 83 Height = 25 Caption = '&Help' TabOrder = 3 OnClick = helpbuttonClick end end